Interface ITreeNode<T>
Interface for tree nodes with navigational properties and traversal operations
public interface ITreeNode<T> where T : class, ITreeNode<T>
Interface for tree nodes with navigational properties and traversal operations
public interface ITreeNode<T> where T : class, ITreeNode<T>